“PHP Watch Movies Script” Documentation by “crivion” v2.9


“PHP Watch Movies Script”

Created: Oct 2018
By: Alex Crivion
Email: crivion@gmail.com

Thank you for purchasing my script. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!


Table of Contents

  1. Installing database
  2. Installing script
  3. Configure Website Title & Admin Credentials
  4. Admin Area Overview
  5. Configure Social Login
  6. Upgrading from 2.8 to 2.9
  7. Changing Theme Colors

A) Installing DATABASE - top


B) Installing the SCRIPT - top


C) Configure Website Title & Admin Credentials - top


D) Admin Area Overview - top


E) Configure Social Login - top

Note If you want to disable social login just edit application/views/sidebar.php and remove the login buttons!

Last step is to create your Facebook Application & Twitter Application and insert the API Keys
Update the API keys in the following file application/config/hybridauthlib.php

If you don't have your app created yet you can look at these videos on how to setup apps :

IMPORTANT Twitter Callback URL:
http://yoursite.com/hauth/login/Twitter
For FB it's not required.


E) Upgrading from version v2.8 to v2.9! - top

What's new:
- Autocomplete issue when adding TV shows fixed.


For upgrading from version v2.8 to v2.9 download the latest zip, extract it.
Look in UPGRADE/ folder for instructions.html

E) Changing Theme Colors - top

Simply open application/views/header.php with your text editor and find this line. And enter the new stylesheet name:
Green Example
<link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>css/style-green.css" /><br /><br />
Use the following available colors:
		css/style.css
		css/style-green.css
		css/style-midnight-blue.css ( default now )
		css/style-orange.css
		css/style-pomegranate.css
		css/style-yellow.css
		

Alex Crivion

Go To Table of Contents